object TwoTextDialog: TTwoTextDialog Left = 610 Top = 332 Width = 297 Height = 121 BorderIcons = [biSystemMenu] Caption = '*' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 7 Height = 13 Caption = '*:' FocusControl = txtFirst end object Label2: TLabel Left = 8 Top = 36 Width = 7 Height = 13 Caption = '*:' FocusControl = txtSecond end object btnCancel: TCorelButton Left = 208 Top = 64 Width = 75 Height = 23 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object btnOK: TCorelButton Left = 128 Top = 64 Width = 75 Height = 23 Anchors = [akTop, akRight] Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 3 end object txtSecond: TEdit Left = 88 Top = 32 Width = 193 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 1 OnChange = txtFirstChange end object txtFirst: TEdit Left = 88 Top = 8 Width = 193 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 OnChange = txtFirstChange end end